Autogenerated HTML docs for v1.5.2.1-144-gabc40
diff --git a/howto/separating-topic-branches.txt b/howto/separating-topic-branches.txt index 090e2c9..0d73b31 100644 --- a/howto/separating-topic-branches.txt +++ b/howto/separating-topic-branches.txt
@@ -12,7 +12,7 @@ "master" o---o - \ "topic" + \ "topic" o---o---o---o---o---o At this point, "topic" contains something I know I want, but it @@ -29,11 +29,11 @@ $ git checkout -b topicA master ... pick and apply pieces from P.diff to build ... commits on topicA branch. - + o---o---o / "topicA" o---o"master" - \ "topic" + \ "topic" o---o---o---o---o---o Before doing each commit on "topicA" HEAD, I run "diff HEAD" @@ -59,7 +59,7 @@ /o---o---o |/ "topicA" o---o"master" - \ "topic" + \ "topic" o---o---o---o---o---o After I am done, I'd try a pretend-merge between "topicA" and @@ -73,7 +73,7 @@ /o---o---o----------' |/ "topicA" o---o"master" - \ "topic" + \ "topic" o---o---o---o---o---o The last diff better not to show anything other than cleanups @@ -84,8 +84,7 @@ "topicB" o---o---o---o---o - / + / /o---o---o |/ "topicA" o---o"master" -